Introduce PHYSDEVOP_get_free_pirq
authorKeir Fraser <keir@xen.org>
Fri, 19 Nov 2010 13:45:08 +0000 (13:45 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 19 Nov 2010 13:45:08 +0000 (13:45 +0000)
commit77598c0f3df56ea8d2e98c0f557f9de3029d3b65
treec99b6c795d8bc8d0956af3e05d5a6a80b39dffb9
parent0b469cd6870899a52c41be1cb3c982976531d59d
Introduce PHYSDEVOP_get_free_pirq

Introduce a new physdev_op called PHYSDEVOP_get_free_pirq to allow a
guest to get a free pirq number from Xen; the hypervisor would keep
that pirq free for the guest to use in a mapping.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/x86/hvm/hvm.c
xen/arch/x86/irq.c
xen/arch/x86/physdev.c
xen/arch/x86/x86_64/physdev.c
xen/include/asm-x86/irq.h
xen/include/public/physdev.h